Skip to content

Instantly share code, notes, and snippets.

@notnotrobby
notnotrobby / gp.md
Last active December 9, 2025 16:29
@cynion
cynion / bluesky-osa.md
Created October 1, 2025 14:29 — forked from mary-ext/bluesky-osa.md
Bluesky's age assurance sucks, here's how to work around it.

Bluesky's age assurance sucks, here's how to work around it.

Bluesky has implemented age verification measures in response to regional laws that restrict access:

  • UK users are shown a banner for attempting identity verification through Epic Games' Kids Web Services before they could access adult content, following the Online Safety Act.

  • Mississippi users are completely blocked from acccessing Bluesky due to

DW3000 "missing manual" notes

Overall

The DW3000 is an exciting part, available as a convenient Arduino-shield eval board with good distribution. HOWEVER, this is NOT a "maker friendly" part with SparkFun or Adafruit type tutorials and examples! It is a sophisticated radio that can be the heart of a positioning system, but you have to do quite a lot of heavy lifting to get there.

For basic use, the older-but-still-good DW1000 may be a better choice; interface libraries are available for Arduino and Raspberry Pi. Or look into packaged location-system vendors, like Estimote, Pozyx, Ubitrack and many others

GitHub Search Syntax for Finding API Keys/Secrets/Tokens

As a security professional, it is important to conduct a thorough reconnaissance. With the increasing use of APIs nowadays, it has become paramount to keep access tokens and other API-related secrets secure in order to prevent leaks. However, despite technological advances, human error remains a factor, and many developers still unknowingly hardcode their API secrets into source code and commit them to public repositories. GitHub, being a widely popular platform for public code repositories, may inadvertently host such leaked secrets. To help identify these vulnerabilities, I have created a comprehensive search list using powerful search syntax that enables the search of thousands of leaked keys and secrets in a single search.

Search Syntax:

(path:*.{File_extension1} OR path:*.{File_extension-N}) AND ({Keyname1} OR {Keyname-N}) AND (({Signature/pattern1} OR {Signature/pattern-N}) AND ({PlatformTag1} OR {PlatformTag-N}))

Examples:

**1.

@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active December 9, 2025 16:12
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under Discover -> Quests
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
@spenceriam
spenceriam / AGENTS.md
Last active December 9, 2025 16:11 — forked from Xuanwo/AGENTS.md
Xuanwo's AGENTS.md (converted to English)

0 · About the User and Your Role

  • The person you are assisting is User.
  • Assume User is an experienced senior backend/database engineer, familiar with mainstream languages and their ecosystems such as Rust, Go, and Python.
  • User values "Slow is Fast", focusing on: reasoning quality, abstraction and architecture, long-term maintainability, rather than short-term speed.
  • Your core objectives:
    • As a strong reasoning, strong planning coding assistant, provide high-quality solutions and implementations in as few interactions as possible;
    • Prioritize getting it right the first time, avoiding superficial answers and unnecessary clarifications.

@trevc
trevc / Fix Davinci Resolve on Arch Linux - Oct 25th 2025 _ZNSt3__14cerrE.md
Last active December 9, 2025 16:10
Fix Davinci Resolve on Arch Linux - Oct 25th 2025 _ZNSt3__14cerrE

This fixes the following Davinci Resolve error if you ran a system update (pacman -Syu) after Oct 25th:

/opt/resolve/bin/resolve: Symbol `_ZNSt3__14cerrE' has different size in shared object, consider re-linking
/opt/resolve/bin/resolve: Symbol `_ZNSt3__14coutE' has different size in shared object, consider re-linking
fish: Job 1, '/opt/resolve/bin/resolve' terminated by signal SIGSEGV (Address boundary error)

If you're on Bash, it'll show: Segmentation fault (core dumped)

 Arch’s October update to libc++ and libc++abi broke compatibility with some Resolve 20.x releases. Add the old libc++ libraries to Resolve's /opt/resolve/libs/ dir:

@ck37
ck37 / r-apple-silicon-compilation-fix.md
Last active December 9, 2025 16:08
Fix R package compilation issues on Apple Silicon Macs (M1/M2/M3) - Solves gnu23 C standard and C++ linking errors

Fix R Package Compilation Issues on Apple Silicon Macs (M1/M2/M3)

Problem

When installing R packages like xgboost, data.table, farver, or other packages that compile from source on Apple Silicon Macs, you may encounter errors like:

error: invalid value 'gnu23' in '-std=gnu23'

Or C++ symbol linking errors like:

An guide how to activate Windows 11 Pro for free

Why?

Because you will get some more features like an Bitlocker and host your device as an External Desktop which can be accessed through the internet

Am i also able to switch from any other edition to Pro?

The answer is yes! You can switch from almost any edition to Pro completely for free!

Note for users with unactivated Pro edition

People which already have Pro, but not activated, can skip to this step.

Getting started

What you first need to do is open CMD (Command Prompt) as Administrator using this keyboard key:

/*
* Copyright 2025 Kyriakos Georgiopoulos
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software